home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle: Internet utan modem / Internet CD.iso / web / computer / wwweps~1.com / adam / galactic.dcr / 00129.ls < prev    next >
Encoding:
Text File  |  1997-03-06  |  140 b   |  8 lines

  1. on exitFrame
  2.   if the timer > (15 * (the frame - 250)) then
  3.     puppetSound("explosion")
  4.     go(the frame + 1)
  5.   end if
  6.   go(the frame)
  7. end
  8.